home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2006 February
/
Gamestar_81_2006-02_dvd.iso
/
Red Shark
/
Application.script
next >
Wrap
Text File
|
2002-07-17
|
777b
|
21 lines
//-------------------------------------------------------------------
//
// This code is copyright 2001 by G5 Software.
// Any unauthorized usage, either in part or in whole of this code
// is strictly prohibited. Violators WILL be prosecuted to the
// maximum extent allowed by law.
//
//-------------------------------------------------------------------
class CApplicationSettings
{
final static string m_CompanyName = "G5 Software";
final static string m_ApplicationName = "Red Shark";
final static string m_AppVersionInfo = "1.0.6";
final static string m_VersionLanguage = "Czech";
final static string m_AppRegistryPath = "Software\\" + m_CompanyName + "\\" +
m_ApplicationName + " " + m_VersionLanguage;
}